Skip to main content

Anchor Base

A container that searches for a UI element by using other UI elements as anchors.

Input

  • Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
    • Required

Options

  • Anchor From: Specifies to which edge of the container the UI element is anchored.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Auto
      • Left
      • Top
      • Right
      • Down